home *** CD-ROM | disk | FTP | other *** search
/ Freelog Special Edition 18 / FreelogHS18.iso / Editeur texte / Keynote / kntsetup.exe / {app} / keynote.exe / 0 / RCDATA / TPREVIEW2 / TPREVIEW2.txt
Text File  |  2003-11-13  |  2KB  |  88 lines

  1. object Preview2: TPreview2
  2.   Left = 513
  3.   Top = 210
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'next page(s)'
  7.   ClientHeight = 334
  8.   ClientWidth = 420
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Visible = True
  15.   OnActivate = FormActivate
  16.   OnCreate = FormCreate
  17.   OnKeyDown = FormKeyDown
  18.   OnPaint = FormPaint
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label5: TLabel
  22.     Left = 0
  23.     Top = 3
  24.     Width = 17
  25.     Height = 13
  26.     Font.Color = clRed
  27.     Font.Height = -11
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = [fsBold]
  30.     ParentFont = False
  31.   end
  32.   object ScrollBox1: TScrollBox
  33.     Left = 22
  34.     Top = 22
  35.     Width = 385
  36.     Height = 234
  37.     HorzScrollBar.Tracking = True
  38.     VertScrollBar.Tracking = True
  39.     TabOrder = 0
  40.     object Image1: TImage
  41.       Tag = 101
  42.       Left = 0
  43.       Top = 0
  44.       Width = 381
  45.       Height = 230
  46.       Align = alClient
  47.     end
  48.   end
  49.   object Panel1: TPanel
  50.     Left = 0
  51.     Top = 256
  52.     Width = 409
  53.     Height = 71
  54.     TabOrder = 1
  55.     object Label1: TLabel
  56.       Tag = 102
  57.       Left = 11
  58.       Top = 12
  59.       Width = 66
  60.       Height = 13
  61.       Caption = 'Page number:'
  62.       Font.Color = clBlack
  63.       Font.Height = -11
  64.       Font.Name = 'MS Sans Serif'
  65.       Font.Style = []
  66.       ParentFont = False
  67.     end
  68.     object Label2: TLabel
  69.       Tag = 103
  70.       Left = 86
  71.       Top = 9
  72.       Width = 48
  73.       Height = 16
  74.       Hint = 'Actual page number (second window)'
  75.       Caption = 'Label2'
  76.       Color = clTeal
  77.       Font.Color = clBlack
  78.       Font.Height = -13
  79.       Font.Name = 'MS Sans Serif'
  80.       Font.Style = [fsBold]
  81.       ParentColor = False
  82.       ParentFont = False
  83.       ParentShowHint = False
  84.       ShowHint = True
  85.     end
  86.   end
  87. end
  88.